home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 5 / QRZ Ham Radio Callsign Database - Volume 5.iso / digests / homebrew / 940143.txt < prev    next >
Internet Message Format  |  1994-11-13  |  15KB

  1. Date: Sat, 28 May 94 04:30:23 PDT
  2. From: Ham-Homebrew Mailing List and Newsgroup <ham-homebrew@ucsd.edu>
  3. Errors-To: Ham-Homebrew-Errors@UCSD.Edu
  4. Reply-To: Ham-Homebrew@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: Ham-Homebrew Digest V94 #143
  7. To: Ham-Homebrew
  8.  
  9.  
  10. Ham-Homebrew Digest         Sat, 28 May 94       Volume 94 : Issue  143
  11.  
  12. Today's Topics:
  13.             How can I reduce RFI from flourescent lights?
  14.         Is there a cheap A/D package with serial ASCII output?
  15.                    Modification of walkie talkies..
  16.                     Need help on inductor winding
  17.                   Proper way to bias a tunnel diode?
  18.                       rec.radio.amateur.homebrew
  19.                            TV Xtal? filters
  20.  
  21. Send Replies or notes for publication to: <Ham-Homebrew@UCSD.Edu>
  22. Send subscription requests to: <Ham-Homebrew-REQUEST@UCSD.Edu>
  23. Problems you can't solve otherwise to brian@ucsd.edu.
  24.  
  25. Archives of past issues of the Ham-Homebrew Digest are available 
  26. (by FTP only) from UCSD.Edu in directory "mailarchives/ham-homebrew".
  27.  
  28. We trust that readers are intelligent enough to realize that all text
  29. herein consists of personal comments and does not represent the official
  30. policies or positions of any party.  Your mileage may vary.  So there.
  31. ----------------------------------------------------------------------
  32.  
  33. Date: 27 May 1994 13:54:41 GMT
  34. From: ihnp4.ucsd.edu!pacbell.com!ohlone.kn.PacBell.COM!jlundgre@network.ucsd.edu
  35. Subject: How can I reduce RFI from flourescent lights?
  36. To: ham-homebrew@ucsd.edu
  37.  
  38. Pete Rossi (rossi@VFL.Paramax.COM) wrote:
  39. : In article <philkeys-260594075020@ptpm004.olympus.net> philkeys@olympus.net (Phil Keys) writes:
  40. : >I have a beach cabin with solar panels & batteries for 
  41. : >power.  I use 12VDC flourescent lights in each room 
  42. : >(made by REC Industries) with electronic ballasts.  
  43. : >When the lights are turned on I get all kinds of squeals 
  44. : >in the AM & SW bands.  The 12 V negative line common to
  45. : > the solar panels & battery is grounded with a 10 foot 
  46. : >ground rod (but driven into dry sand).
  47. : >
  48. : >Any ideas how to quiet these lights?  Now I have to 
  49. : >turn them off to use the radio.
  50.  
  51. : That's why you need those tube radios that "glow in the dark"  ;-)
  52.  
  53. : [sorry I couldn't resist]
  54.  
  55. : =================================================================
  56. : Pete Rossi - WA3NNA                  rossi@vfl.paramax.COM
  57.  
  58. : Unisys Corporation - Government Systems Group
  59. : Valley Forge Engineering Center - Paoli, Pennsylvania
  60. : =================================================================
  61.  
  62. What you might do is go out scavenging the ferrite loopsticks from old AM 
  63. radios.  Then wind a couple dozen turns of zip cord on them and tape them 
  64. up.  Connect the incoming line to one side, and the fluorescent light 
  65. fixture to the other.  It should reduce the RFI somewhat.
  66.  
  67.   But it depends on how close the receiver is to the fixtures.  If the
  68. fixtures themselves are radiating, then the only thing to do is replace
  69. them with an incandescent lamp, or something similar.  Maybe Kerosene? 
  70.  
  71. Maybe a few capacitors across the incoming wires in each fixture might 
  72. help.  
  73.  
  74. --
  75. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  76. @     John Lundgren - Elec Tech - Info Tech Svcs        @ Standard  @
  77. @     Rancho Santiago Community College District        @ disclaim- @
  78. @     17th St. at Bristol \ Santa Ana, CA 92706         @ ers apply.@
  79. @     Voice (714) JOHN GAB \ FAX (714) JOHN FRY         @           @
  80. @ jlundgre@pop.rancho.cc.ca.us\jlundgr@eis.calstate.edu @           @
  81. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  82.  
  83. ------------------------------
  84.  
  85. Date: 27 May 1994 15:23:32 GMT
  86. From: ihnp4.ucsd.edu!pacbell.com!ohlone.kn.PacBell.COM!jlundgre@network.ucsd.edu
  87. Subject: Is there a cheap A/D package with serial ASCII output?
  88. To: ham-homebrew@ucsd.edu
  89.  
  90. John Ackermann (jra@lawdept.daytonOH.ncr.com) wrote:
  91. : Does anyone know of an inexpensive A/D that outputs a serial data stream?  If 
  92. : that's not available, what would be the simplest microcontroller board that 
  93. : could do this?
  94.  
  95. : I have a piece of test equipment with a chart recorder output (0 to 1 ma).  
  96. : I'd like to sample once per second and store the data in an ascii file on a 
  97. : computer.  I have plenty of spare serial ports, but no slots available to add 
  98. : a pc bus D/A board.
  99.  
  100. : Thanks...
  101.  
  102. : John Ackermann   AG9V
  103. : jra@lawdept.daytonOH.ncr.com
  104.  
  105. Another way to get it into your PC is through the game port (what? you 
  106. don't have one??).  The 15 pin port on the multi I/O cards.
  107.  
  108. THe joystick has a resistor that's something like 150K total, and is 
  109. about half that when the joystick is in the middle.  All you have to do 
  110. is get a CdS photocell and put it in place of the joystick resistor.
  111.  
  112.   THere is a command in BASIC to read the joystick, and at the speed
  113. you're looking for, it doesn't seem to be a problem.  One sample per 
  114. second or so seems really easy to keep up with.
  115.  
  116. The 0-1mA from the chart recorder could go into a single transistor which 
  117. then drives an LED which is glued to the photocell.  Of course, you 
  118. should use black silicon glue to keep out ambient light.  The chart 
  119. recorder might drive the LED bright enough without any amplifier.
  120.  
  121. Best of success.
  122. --
  123. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  124. @     John Lundgren - Elec Tech - Info Tech Svcs        @ Standard  @
  125. @     Rancho Santiago Community College District        @ disclaim- @
  126. @     17th St. at Bristol \ Santa Ana, CA 92706         @ ers apply.@
  127. @     Voice (714) JOHN GAB \ FAX (714) JOHN FRY         @           @
  128. @ jlundgre@pop.rancho.cc.ca.us\jlundgr@eis.calstate.edu @           @
  129. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  130.  
  131. ------------------------------
  132.  
  133. Date: 27 May 1994 15:10:14 GMT
  134. From: ihnp4.ucsd.edu!pacbell.com!ohlone.kn.PacBell.COM!jlundgre@network.ucsd.edu
  135. Subject: Modification of walkie talkies..
  136. To: ham-homebrew@ucsd.edu
  137.  
  138. sebelt01@starbase.spd.louisville.edu wrote:
  139.  
  140. :   I want to modify a pair of (cheap) walkie talkies to have greater range.  I 
  141. : have three things in mind:
  142.  
  143. : 1 - Improve the antenna: 49.860 / 468 = 9.4 ft.  Will a 9.4 ft length of wire 
  144. : do the trick?  What gauge is _best_?
  145.  
  146. The FCC walkie-talkie rules used to say that the antenna was limited to 1 
  147. meter to be legal.
  148.  
  149. : 2 - Get rid of some resistors.  It seems that there is a resistor right 
  150. : between a very small coil and the antenna.  I'm not sure of it's purpose (does 
  151. : it just reduce the output power, or limit interference, or protect something 
  152. : in the transceiver?  The resistor is labeled L2, with the coil before it 
  153. : labeled L1.  (Which makes me thing it has somethign to do with tuning or 
  154. : interference)..  If I remove this will my signal become stronger?  (where I'm 
  155. : using these interference will be virtually no problem).
  156.  
  157. The L stands for inductor.  It's probably for matching the short antenna 
  158. to the output stage.  Also, it's probably a low pass filter, to reduce 
  159. harmonics.
  160.  
  161.  
  162. : 3 - Add an amplifier.  How hard is it to amplify the signal?  Is it just a 
  163. : matter of adding on a resistor, or is such a circuit more comples.  Again,
  164.  I'm 
  165. : not too worried about causing interference where these transceivers will be 
  166. : used, but I need to make them as powerful as possible.
  167.  
  168. The usual walkie-talkie is a single stage with the crystal and antenna 
  169. all connected.  Cheap.  But you could build another stage and put it 
  170. between the antenna and existing stage.  You would have to find somewhere 
  171. to put it inside the radio, though.
  172.  
  173.   Some people have reduced the resistors in the existing transmit stage to
  174. get a little more power.  But in doing this, it sometimes adds power to
  175. the harmonics, and not to the frequency you want, the fundamental. 
  176. Another thing that's a problem is the reduced battery life.  The battery 
  177. is just too small in these walkie-talkies.
  178.  
  179. : Thanks for any help/suggestions/whatever.  Please respond by mail if at all 
  180. : possible, I will post a summary in the form of a how-to, if I can get this to 
  181. : work.
  182.  
  183. --
  184. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  185. @     John Lundgren - Elec Tech - Info Tech Svcs        @ Standard  @
  186. @     Rancho Santiago Community College District        @ disclaim- @
  187. @     17th St. at Bristol \ Santa Ana, CA 92706         @ ers apply.@
  188. @     Voice (714) JOHN GAB \ FAX (714) JOHN FRY         @           @
  189. @ jlundgre@pop.rancho.cc.ca.us\jlundgr@eis.calstate.edu @           @
  190. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  191.  
  192. ------------------------------
  193.  
  194. Date: 27 May 1994 14:08:14 GMT
  195. From: ihnp4.ucsd.edu!pacbell.com!ohlone.kn.PacBell.COM!jlundgre@network.ucsd.edu
  196. Subject: Need help on inductor winding
  197. To: ham-homebrew@ucsd.edu
  198.  
  199. white@ccsua.ctstateu.edu wrote:
  200.  
  201. : I'm building the RadioKit QRP-20 kit. The manual calls for inductors
  202. : with "2-T links"..... what does that mean? Does it mean a 2-turn
  203. : secondary? Thanks, and if anyone has info on winding inductors (esp.
  204. : the oddball subminiature inductor for the 7MHz Optimized Transceiver),
  205. : I would appreciate a lead on where to find it.
  206. : 73 de N1QVE
  207. : Harry
  208.  
  209. You didn't give much info on what inductor, or where it was in the 
  210. circuit.  You guessed about right.  2 turn links from one tank to another 
  211. sound about right.
  212.  
  213. Remember that some of the projects have been purposely made with 
  214. components that are hard to come up with except by buying them from the 
  215. project author.  Some authors sell just a circuit board, and also the 
  216. hard-to-get parts.  After all, they want to make money, even without too 
  217. many scruples.  THey figure the buyer will be back for the hard to 
  218. get/make parts.
  219.  
  220.   Remember, the first rule of project building is to get _all_ the parts
  221. first.  Right there... In your hand.  Then you can start assembling. 
  222.  
  223. --
  224. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  225. @     John Lundgren - Elec Tech - Info Tech Svcs        @ Standard  @
  226. @     Rancho Santiago Community College District        @ disclaim- @
  227. @     17th St. at Bristol \ Santa Ana, CA 92706         @ ers apply.@
  228. @     Voice (714) JOHN GAB \ FAX (714) JOHN FRY         @           @
  229. @ jlundgre@pop.rancho.cc.ca.us\jlundgr@eis.calstate.edu @           @
  230. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  231.  
  232. ------------------------------
  233.  
  234. Date: 27 May 1994 14:59:36 GMT
  235. From: ihnp4.ucsd.edu!pacbell.com!ohlone.kn.PacBell.COM!jlundgre@network.ucsd.edu
  236. Subject: Proper way to bias a tunnel diode?
  237. To: ham-homebrew@ucsd.edu
  238.  
  239. Dave Jacob (jacob@altair.csustan.edu) wrote:
  240. :  know tunnel diodes are an extinct species, hence the trouble
  241. : I am having locating circuits for them, but does anyone out there 
  242. : know how to bias these little demons so that they remain stable?
  243. : I need to bias them at 0.15 volt, so that after applying a 
  244. : 0.05 volt modulating voltage they remain near their peak tunnel
  245. : current, without strange things happening.
  246.  
  247. : Any help appreciated.
  248. : Dave.
  249.  
  250. I'm checking the GE Transistor Manual, Rev 7th Ed, Chap 14.  They show a
  251. 10 to 22 ohm resistor to ground from the TD cathode lead.  This resistor
  252. must be less than the TD negative resistance.  Also from the same lead, a
  253. 250 ohm pot (wiper arm connected to one end) in series with a ten ohm
  254. resistor which goes to a 1.5 volt cell. 
  255.  
  256.   Most schematics are using the 1N3712.  They show several converters 
  257. which seem simple in design.  With cavities these TDs can go up to 
  258. several GHz or more.
  259.  
  260.  
  261. --
  262. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  263. @     John Lundgren - Elec Tech - Info Tech Svcs        @ Standard  @
  264. @     Rancho Santiago Community College District        @ disclaim- @
  265. @     17th St. at Bristol \ Santa Ana, CA 92706         @ ers apply.@
  266. @     Voice (714) JOHN GAB \ FAX (714) JOHN FRY         @           @
  267. @ jlundgre@pop.rancho.cc.ca.us\jlundgr@eis.calstate.edu @           @
  268. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  269.  
  270. ------------------------------
  271.  
  272. Date: Fri, 27 May 1994 15:12:59 GMT
  273. From: ihnp4.ucsd.edu!swrinde!emory!europa.eng.gtefsd.com!library.ucla.edu!agate!spool.mu.edu!torn!watserv2.uwaterloo.ca!watserv1!SPIKE%EESTAFF.watstar.uwaterloo.ca@network.ucsd.edu
  274. Subject: rec.radio.amateur.homebrew
  275. To: ham-homebrew@ucsd.edu
  276.  
  277. In article <1994May25.132615.1@eivax.ualr.edu> you write:
  278. >From: heiss@ualr.edu
  279. >Subject: rec.radio.amateur.homebrew
  280. >Date: 25 May 94 13:26:15 CST
  281. edited >--
  282. >In article <2rselg$d9g@anshar.shadow.net>, keogh@anshar.shadow.net (Matt Keogh) writes:
  283. >>                            ***  THIGH CREAM  ***
  284. edited >-- 
  285. >How can we stop stuff like this?  I know it is probably not illegal but it 
  286. >should be.
  287. >******************************************************************************
  288. >Larry Heiss
  289. >University of Arkansas @ Little Rock
  290. >Laser Applications Lab
  291. >e-mail heiss@ualr.edu
  292. >KC5CVL
  293. >***************************************
  294. Some of this type of activities has been filtered at our sight!
  295. Maybe the access for this person could be shut off!
  296.  
  297. 73, de EDward Spike                   spike@eestaff.watstar.uwaterloo.ca
  298.            *
  299.        *            AMATEUR RADIO:    ve3tck@at.ve3uow.ampr.org    
  300.     *                           or    VE3TCK@VE3UOW.#SWON.ON.CA.NA
  301.    *- - - -/        IEEE Robotic Olympics and MicroMouse Competition Committee
  302.     *                         micro-mouse@ieee.org or mouse@sunee.uwaterloo.ca
  303.        *            E & CE Dept. University of Waterloo, Waterloo, Ontario, 
  304.            *        Canada, N2L3G1.   (519)888-4567, X-3716, fax:(519)888-6197
  305. ===============================================================================
  306.  
  307. ------------------------------
  308.  
  309. Date: 27 May 1994 15:13:02 GMT
  310. From: ihnp4.ucsd.edu!pacbell.com!ohlone.kn.PacBell.COM!jlundgre@network.ucsd.edu
  311. Subject: TV Xtal? filters
  312. To: ham-homebrew@ucsd.edu
  313.  
  314. Dirk-Jan Agterkamp (I89) (agterkam@fwi.uva.nl) wrote:
  315. : Can someone tell me more about 38.9 MHz TV-IF XTAL filters.
  316.  
  317. : I presume these are XTAL filters ?
  318.  
  319. :     OFW 361       (Siemens)
  320. :     SW 170     (PLessey)
  321.  
  322. : What are there specs ? Fo, BW, etc.
  323.  
  324. : Chears, Dirk.
  325.  
  326. They are probably SAW or surface acoustic wave filters.  Just especially 
  327. for TV IF circuits.  Probably wide bandwidth, too.  You should contact 
  328. the makers for product information.
  329.  
  330. --
  331. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  332. @     John Lundgren - Elec Tech - Info Tech Svcs        @ Standard  @
  333. @     Rancho Santiago Community College District        @ disclaim- @
  334. @     17th St. at Bristol \ Santa Ana, CA 92706         @ ers apply.@
  335. @     Voice (714) JOHN GAB \ FAX (714) JOHN FRY         @           @
  336. @ jlundgre@pop.rancho.cc.ca.us\jlundgr@eis.calstate.edu @           @
  337. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  338.  
  339. ------------------------------
  340.  
  341. End of Ham-Homebrew Digest V94 #143
  342. ******************************
  343.